Welcome![Sign In][Sign Up]
Location:
Search - marching cube

Search list

[Other resourceISOface-marching

Description: 这是ISOsurface作图,隐函数作图的绝好的例子,使用完备的marching cube算法,是数据可视化研究的最佳参考。-mapping, mapping of the implicit function excellent example Use complete marching cube algorithm, data visualization of the best reference.
Platform: | Size: 206032 | Author: 焦堂生 | Hits:

[OpenGL programMetaBalls

Description: This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
Platform: | Size: 806912 | Author: 王涛 | Hits:

[3D Graphicmymarching_cubes

Description: 医学可视化中经典算法——maching Cubes(移动立方体算法)的C++ 程序实现,在学习此算法的时候可以参考次程序。-The Marching Cubes algorithm is a classical arithmetic in medicinal visualization, this program was impolder in C++ language,you can consult it when you learn the Marching Cubes algorithm .
Platform: | Size: 43008 | Author: 大虫 | Hits:

[3D GraphicPhDpaper_QinXujia

Description: 《医学图象的曲面重建》 为浙江大学博士学位论文。此文对医学数据的表面重建进行了详细的阐述,主要针对Marching Cubes算法提出了他自己独到的理解和理论创新。并且详细的论述了相关领域的多种算法理论。-"medical image reconstruction of the surface" of Zhejiang University for a doctorate thesis. The article on the medical data of the surface reconstruction of detailed, targeted at Marching Cubes of his unique understanding and theoretical innovation. And are discussed in detail in the related fields of various theoretical algorithm.
Platform: | Size: 2350080 | Author: 孔维武 | Hits:

[3D GraphicISOface-marching

Description: 这是ISOsurface作图,隐函数作图的绝好的例子,使用完备的marching cube算法,是数据可视化研究的最佳参考。-mapping, mapping of the implicit function excellent example Use complete marching cube algorithm, data visualization of the best reference.
Platform: | Size: 1312768 | Author: 焦堂生 | Hits:

[3D Graphicmetaballs_src

Description: 快速marching cube 实现metaball 速度很快-Fast marching cube realize fast metaball
Platform: | Size: 36864 | Author: cai | Hits:

[3D GraphicMarchingCubes

Description: Marching Cube算法源代码,用C写的,实现三维空间数据的三角化-Marching Cube algorithm source code, written using C, to achieve three-dimensional spatial data triangulation
Platform: | Size: 141312 | Author: 刘导 | Hits:

[3D Graphicmaciej_demo

Description: 用OpenGL实现的Marching Cube动态3维图像,基于VC++6.0的开发平台。-Using OpenGL realize the Marching Cube dynamic 3-dimensional images, based on VC++ 6.0 development platform.
Platform: | Size: 419840 | Author: 陈丹 | Hits:

[JSP/Javamarchingcubes

Description: 由java实现的marching cube-Java achieved by the marching cube
Platform: | Size: 36864 | Author: jiangfu | Hits:

[OpenGL program3D_Surface_Reconstruction_Using_Marching_Cube

Description: 使用Marching Cube方法进行3D表面重建,切片数据在这里: http://graphics.stanford.edu/data/voldata/ CThead.tar.gz-Marching Cube method using 3D surface reconstruction, slice data here: http://graphics.stanford.edu/data/voldata/CThead.tar.gz
Platform: | Size: 20480 | Author: felixwang | Hits:

[OpenGL programmc

Description: 简单的marching cube,无光照等效果。可以作为基础程序。-A simple marching cube, no effect of light and so on. Can be used as the basis of the procedures.
Platform: | Size: 358400 | Author: guyi | Hits:

[OpenGL programkildekode

Description: marching cube的另一种实现,算法效率应该比Paul的要高一点。-marching cube another to achieve the algorithm efficiency should be higher than that of Paul.
Platform: | Size: 1822720 | Author: guyi | Hits:

[3D Graphicmarching_cube

Description: 移动立方体marching cube算法 由粒子生成网格,通常都是用marching cube技术-Marching cube algorithm for mobile cube particles generated by the grid, usually with technology marching cube
Platform: | Size: 101376 | Author: 潮流 | Hits:

[OpenGL programsuanfa

Description: 本文主要详细介绍了三维重建算法原理,包括Marching Cube算法,和Ray-Casting算法-This paper details the principle of three-dimensional reconstruction algorithms, including the Marching Cube algorithm, and Ray-Casting Algorithm
Platform: | Size: 438272 | Author: 苏凯 | Hits:

[OpenGL programMarchingCube

Description: marching cube算法的openGL实现,简单扼要-marching cube algorithm openGL implementation, simple and concise
Platform: | Size: 9216 | Author: allen | Hits:

[OpenGL programmc

Description: 一个实现了Marching cube的程序,数据包含在程序里。-a marching cube program
Platform: | Size: 832512 | Author: zhujian | Hits:

[OpenGL programmc_arase

Description: marching cube 源码 实现布尔运算等功能-marching cube
Platform: | Size: 321536 | Author: hanjay | Hits:

[3D Graphicmarchingcube

Description: 基于VTK,利用Marching cube算法对二维CT切片进行三维重构-Based on VTK, Marching cube algorithm using two-dimensional three-dimensional reconstruction of CT slices
Platform: | Size: 1024 | Author: liuwei | Hits:

[OpenGL programmarching-cube

Description: 这个是三维重建中最常用的面绘制的方法,也叫MARCHING CUBE,比较容易实现,不过效果不如体绘制好-This is the most commonly used three-dimensional reconstruction of surface rendering method is also called MARCHING CUBE, relatively easy to implement, but the effect was not as good rendering
Platform: | Size: 1024 | Author: xuanzheng | Hits:

[ConsoleGLSL_Marching

Description: Marching Cube based on the GLSL
Platform: | Size: 7168 | Author: Jin | Hits:
« 12 3 »

CodeBus www.codebus.net